Add missing 'break' statement.
authorKaushik Kumar Ram <kaushik@rice.edu>
Fri, 26 Aug 2011 13:58:41 +0000 (14:58 +0100)
committerKaushik Kumar Ram <kaushik@rice.edu>
Fri, 26 Aug 2011 13:58:41 +0000 (14:58 +0100)
commiteab869a86a942e01a799bb3ec56cb24105902461
tree876c4036f3e93f75fe3f8edc04f27953b7b3b46e
parente6492f348bb3fda64b984703943c02622c09f57a
Add missing 'break' statement.

Without the 'break', assigning a pci device to a PV guest results in an abort,
since the code always falls through to the default abort case in the switch
statement.

Signed-off-by: Kaushik Kumar Ram <kaushik@rice.edu>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_pci.c